home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
FileTransfers.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
85 lines
/*
File: FileTransfers.idl
Contains: CommToolbox File Transfer Manager Interfaces.
Version: Technology: System 7.5
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __FILETRANSFERS_IDL__
#define __FILETRANSFERS_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __WINDOWS_IDL__
#include <Windows.idl>
#endif
#ifndef __STANDARDFILE_IDL__
#include <StandardFile.idl>
#endif
#ifndef __CTBUTILITIES_IDL__
#include <CTBUtilities.idl>
#endif
#ifndef __CONNECTIONS_IDL__
#include <Connections.idl>
#endif
#ifndef __FILES_IDL__
#include <Files.idl>
#endif
#ifndef __TERMINALS_IDL__
#include <Terminals.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM7_ONLY
typedef OSErr FTErr;
typedef unsigned long FTFlags;
typedef unsigned short FTAttributes;
typedef unsigned short FTDirection;
typedef OpaquePtr FileTransferDefProcPtr;
typedef OpaquePtr FileTransferDefUPP;
/* application routines type definitions */
typedef OpaquePtr FTPtr; /* Substituted OpaquePtr for ``FTRecord*'' */
typedef OpaquePtr FTHandle; /* Substituted OpaquePtr for ``FTPtr*'' */
typedef OpaquePtr FileTransferReadProcPtr;
typedef OpaquePtr FileTransferReadUPP;
typedef OpaquePtr FileTransferWriteProcPtr;
typedef OpaquePtr FileTransferWriteUPP;
typedef OpaquePtr FileTransferSendProcPtr;
typedef OpaquePtr FileTransferSendUPP;
typedef OpaquePtr FileTransferReceiveProcPtr;
typedef OpaquePtr FileTransferReceiveUPP;
typedef OpaquePtr FileTransferEnvironsProcPtr;
typedef OpaquePtr FileTransferEnvironsUPP;
typedef OpaquePtr FileTransferNotificationProcPtr;
typedef OpaquePtr FileTransferNotificationUPP;
typedef OpaquePtr FileTransferChooseIdleProcPtr;
typedef OpaquePtr FileTransferChooseIdleUPP;
typedef SOMLargeStruct FTRecord; /* Derived from a struct of 414 bytes in size */
#endif
#endif /* __SOMIDL__ */
#endif /* __FILETRANSFERS_IDL__ */